[Backport 3.5] Fix the regression of terms agg optimization - #20718
Merged
Conversation
* Fix the regression of terms agg optimization Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com> * Change log Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com> * add code coverage Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com> --------- Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com> (cherry picked from commit 8c244c0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot
Bot
requested review from
a team,
Bukhtawar,
CEHENKLE,
Rishikesh1159,
anasalkouz,
andrross,
ashking94,
cwperks,
dbwiddis,
gbbafna,
jed326,
kotwanikunal,
mch2,
msfroh,
owaiskazi19,
reta,
sachinpkale,
saratvemulapalli,
shwetathareja and
sohami
as code owners
February 23, 2026 20:44
Remove several entries related to test fixes, criteria updates, and codec improvements from the CHANGELOG. Signed-off-by: Ankit Jain <jainankitk@apache.org>
jainankitk
approved these changes
Feb 23, 2026
Contributor
|
❌ Gradle check result for 5c34bec: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Contributor
|
❌ Gradle check result for 5c34bec: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Contributor
|
Unrelated failures, retrying gradle check: |
Contributor
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.5 #20718 +/- ##
============================================
+ Coverage 73.18% 73.32% +0.14%
- Complexity 71881 71941 +60
============================================
Files 5782 5782
Lines 329070 329080 +10
Branches 47448 47449 +1
============================================
+ Hits 240823 241299 +476
+ Misses 68953 68415 -538
- Partials 19294 19366 +72 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 8c244c0 from #20623.